Posts with tag temporary scope Searchdefine-a-scope-anywhere-in-python2024-01-26langspythontemporary scoperef: https://stackoverflow.com/questions/8046142/can-i-define-a-scope-anywhere-in-pythonNOSubstitution:def f(): ... f()try: a = 1 b = 2 finally: del a del No more posts to load.